home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Examples / Printer / HP_DeskJet_CMYK / config.i < prev    next >
Encoding:
Text File  |  1999-10-30  |  725 b   |  26 lines

  1. *
  2. * COPYRIGHT:
  3. *
  4. *   Unless otherwise noted, all files are Copyright (c) 1999 Amiga, Inc.
  5. *   All rights reserved.
  6. *
  7. * DISCLAIMER:
  8. *
  9. *   This software is provided "as is". No representations or warranties
  10. *   are made with respect to the accuracy, reliability, performance,
  11. *   currentness, or operation of this software, and all use is at your
  12. *   own risk. Neither Amiga nor the authors assume any responsibility
  13. *   or liability whatsoever with respect to your use of this software.
  14. *
  15.  
  16. CONFIG_NAME MACRO
  17.  DC.B 'HP DeskJet 880C',0
  18.  ENDM
  19. CONFIG_PRINTER_CLASS EQU PPC_COLORGFX
  20. CONFIG_COLOR_CLASS EQU PCC_YMCB
  21. CONFIG_VERSION EQU 44
  22. CONFIG_REVISION EQU 1
  23. CONFIG_VERSTAG MACRO
  24.  DC.B '$VER: HP_DeskJet_880C (20.10.1999)',0
  25.  ENDM
  26.